home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / misc / v2l9435 / install.bat < prev    next >
DOS Batch File  |  1994-08-24  |  787b  |  28 lines

  1. @echo off
  2. echo.
  3. echo Vector to Two-Line Elements (VEC2TLE) Version 9435
  4. echo (C) Copyright 1993-1994 by Kenneth J. Ernandes
  5. echo All rights reserved.
  6. echo.
  7. set dest=%1
  8. if not "%1" == "" goto begin
  9. set dest=C:\VEC2TLE
  10. :begin
  11. echo ***************************************************************
  12. echo * If you wish to install other than to: %dest%
  13. echo * enter Ctrl-Break.  Then type the following at the DOS prompt:
  14. echo * INSTALL [drive:][path]
  15. echo ***************************************************************
  16. echo.
  17. pause
  18. echo.
  19. md %dest%
  20. copy *.* %dest%
  21. echo.
  22. echo VEC2TLE was successfully installed.  Hit Ctrl-break to abort automatic
  23. echo print of Registration Form and Quick Start User Instructions.
  24. echo.
  25. pause
  26. echo.
  27. print register.frm
  28. print quickv.doc